You\'ve already logged in.'; exit(); } ?>


LRR Logo

Lab Report Repository

Sign in


Sign up
Recover '; $_SESSION['info_email_sent'] = null; } //related to user --RECOVER PASSWORD-- //Notify that password recovory was successfull. if(isset($_SESSION['info_recovery_success'])) { // we have added an id to the div element, so that during testing we can easily locate the element. echo '
'; $_SESSION['info_recovery_success'] = null; } if(isset($_SESSION['info_login'])) { echo '
'; $_SESSION['info_login'] = null; } // wrong password if(isset($_SESSION['wrong_pass'])) { echo '
'; $_SESSION['wrong_pass'] = null; } if(isset($_SESSION['infoChangePassword'])) { echo '
'; $_SESSION['infoChangePassword'] = null; } ?>